-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(jellyfish-api-core): add getNodeAddress RPC #1872
base: main
Are you sure you want to change the base?
Conversation
Code Climate has analyzed commit 01fa3dd and detected 0 issues on this pull request. View more on Code Climate. |
✅ Deploy Preview for jellyfishsdk ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Codecov ReportBase: 91.18% // Head: 92.55% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1872 +/- ##
==========================================
+ Coverage 91.18% 92.55% +1.36%
==========================================
Files 361 361
Lines 10475 10498 +23
Branches 1319 1321 +2
==========================================
+ Hits 9552 9716 +164
+ Misses 876 748 -128
+ Partials 47 34 -13
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Docker build preview for jellyfish/apps is ready! Built with commit cdf2754
You can also get an immutable image with the commit hash
|
packages/jellyfish-api-core/__tests__/category/net/getNodeAddresses.test.ts
Outdated
Show resolved
Hide resolved
packages/jellyfish-api-core/__tests__/category/net/getNodeAddresses.test.ts
Outdated
Show resolved
Hide resolved
Also, we're using "Semantic Pull Request", you should relabel your title. |
Note on the Edit: External node dependency solved with 34d19e0 |
What this PR does / why we need it: /kind feature
Which issue(s) does this PR fixes?: Adding getnodeaddresses
Usage: Fixes getnodeaddress @ Issue#48
Additional comments?: Testing In-progress